All files seen in this electronic archive are pretty much self explanatory based off the name of the file.  The only exception is the code folder which is explained in detail below.


code
====
*The following files are PHP files that include both HTML and PHP code within them:

viewReservations.php -> web page designed to view reservations on the system
viewGarage.php -> web page to view the current state of the garage
timeline.swf -> file required for the flash simulation
timeline.php -> web page for the flash simulation
spotSensor.php -> background web page to simulate the spot sensor controller
reservation.php -> web page to place reservations
register.php -> web page to register an account
myAccount.php -> web page to make updates to the account profile
index.php -> home page
exitCamera.php -> web page to simulate the exit camera
elevatorCamera.php -> web page to simulate the entrance camera
editReservation.php -> web page to edit a reservation



js folder -> javascript code needed for the slideshow seen on the home page
css folder -> contains all the necessary files to uphold the web design template used as well as the images portrayed on the website
timeline folder -> contains the necessary scripts and images for the flash simulation
include folder -> contains the neccesary code used to carry out the function of the forms seen on the HTML pages above